Piczo

Log in!
Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.

Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Ok, I got it

css text box

back . Home

if you feel like trying css rather than html, here is the code for your basic text box. enjoy! xox

a little note

just to let you know, if you are new to css, i have laid this out like a tutorial, to help you try to understand css a little instead of dropping you right in the deep end. =)
css is really easy to use once you get used to it and learn it, tbh i use it, and think its much better than html, and easier!
css, is basically you have one code for each part of your text box, for example, one code for your header, sub header & text box. and by changing that code it, changes all the, (say for example text boxes), it changes all the textboxes at once. confusing?! for example even if i have 10 textboxes, and i changed the colour of the textbox on the code, it changes them all at once, where on html, you have to seperatly change each code, =/ which makes css so much easier =)

the code

if your still not sure, just copy & paste the code. and have a play around with it. =) and if you need any help, or have any questions, just ask me!

so start off by copying & pasting the basic code into a html box;

and if this one looks a little complicated, why not try the simpler version i use;


now copy & paste the other code;

when you have done that, you can start playing around with it, for exapmle by changing text colours, fonts, or sizes, just to see how it works. =)